home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Hunks
/
Hot Hunks.iso
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-06-08
|
5KB
|
109 lines
@ECHO OFF
IF "%1"=="" GOTO GETDRIVE
IF "%2"=="" GOTO GETDRIVE
GOTO GETSTART
:GETDRIVE
CLS
ECHO.
ECHO.
ECHO ┌── You Need to Specify Your Hard Drive and CD-ROM Drive Letters! ───┐
ECHO └───────────────────── Please specify like this: ────────────────────┘
ECHO.
ECHO INSTALL C D
ECHO.
ECHO ──────────────── If you want to install to your C: Drive ─────────────
ECHO. with your CD-ROM Being D: Drive
ECHO.
GOTO END
:GETSTART
CLS
ECHO.
ECHO ▐▐▌ This CD-ROM Contains a Great Shareware Program that has been
ECHO ▐▐▌ customized for this CD-ROM. It's GIF-REED !!!!
ECHO ▐▐▌
ECHO ▐▐▌ It allows you to View all the GIF files on this disc by looking
ECHO ▐▐▌ at a screen of "Thumbnails" and selecting the image you wish to
ECHO ▐▐▌ view (Full Screen) with your Left Mouse Button. We Recommend
ECHO ▐▐▌ that you Select Option #1 at this point.
echo.
echo.
ECHO.
ECHO ▐▐▌ ( 1 ) Install GIF-REED (Mouse Driven Menu System) to Drive %1: of
ECHO ▐▐▌ your system. (Requires less then 5k of Space)
echo.
ECHO ▐▐▌ ( 2 ) Exit to DOS (No Installation will be done)
ECHO ▐▐▌
echo.
ECHO ▐▐▌ Please make your selection now..............
echo.
ASK N 1 2 3
IF ERRORLEVEL = 3 GOTO END
IF ERRORLEVEL = 2 GOTO END
IF ERRORLEVEL = 1 GOTO GIFV
IF ERRORLEVEL = 0 GOTO END
:GIFV
CLS
ECHO.
ECHO ┌─────────────────────────────────────────────────────────────────┐
ECHO │ Please Note that GIF-REED is a Shareware Program. │▄
ECHO │ If you decide that it is a good program, Please support │█
ECHO │ the Shareware Effort by Registering the Program. │█
ECHO └─────────────────────────────────────────────────────────────────┘█
ECHO ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ECHO.
PAUSE
CLS
ECHO.
ECHO.
ECHO ┌─────────────────────────────────────────────────────────────┐
ECHO │ We are now going to create a batchfile that will allow you │▄
ECHO │ to access the Hot Hunks(tm) CD-ROM Disc with GIF-REED │█
ECHO │ This Batchfile will be called HUNKS, and it will reside │█
ECHO │ in your C:\DOS Directory. If you do not have a C:\DOS │█
ECHO │ Directory, You will need to create one and run this │█
ECHO │ Installation program again. │█
ECHO │ │█
ECHO │ When the batchfile is created, you should only have to │█
ECHO │ type in the word HUNKS, and it will start viewing. │█
ECHO └─────────────────────────────────────────────────────────────┘█
ECHO ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ECHO.
PAUSE
CLS
if exist c:\dos\hunks.bat del c:\dos\hunks.bat
echo @echo off >>c:\dos\hunks.bat
echo echo. >>c:\dos\hunks.bat
echo echo Please Stand By.........This will take a minute to load! >>c:\dos\hunks.bat
echo echo. >>c:\dos\hunks.bat
echo SET TMP=C:\>>c:\dos\hunks.bat
echo ASSIGN D = %2 >>c:\dos\hunks.bat
echo D: >>c:\dos\hunks.bat
echo cd D:\MENU >>c:\dos\hunks.bat
echo GIFV D:\CATALOG >>c:\dos\hunks.bat
echo ASSIGN >>c:\dos\hunks.bat
ECHO C: >>c:\dos\hunks.bat
ECHO ECHO Please Consider Registering this Fine Software with it's Author Davie, >>c:\dos\hunks.bat
echo ECHO He has Spent a Great Deal of time in writing this Great Software and >>c:\dos\hunks.bat
echo ECHO your Support Helps. >>c:\dos\hunks.bat
echo ECHO. >>c:\dos\hunks.bat
echo ECHO When you Register, The Shareware Information Screens go Away. >>c:\dos\hunks.bat
echo ECHO. >>c:\dos\hunks.bat
ECHO echo Read the Text File called MONEY.DOC & See how you can make $$$$ from GIF-REED. >>c:\dos\hunks.bat
echo ECHO. >>c:\dos\hunks.bat
echo ECHO. >>c:\dos\hunks.bat
echo :End >>c:\dos\hunks.bat
ECHO.
ECHO ┌─────────────────────────────────────────────────────────────────┐
ECHO │ Custom Version of GIF-REED for the HOT HUNKS(tm) CD-ROM │▄
ECHO │ │█
ECHO │ Installation Complete !! │█
ECHO │ │█
ECHO │ Remember: │█
ECHO │ To run GIF-REED, Just type HUNKS │█
ECHO └─────────────────────────────────────────────────────────────────┘█
ECHO ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ECHO.
:END